home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / escalant / escala21.lha / escalante2.1 / images / flag.im < prev    next >
Text File  |  1993-05-12  |  275b  |  7 lines

  1. #define flag_width 16
  2. #define flag_height 16
  3. static char flag_bits[] = {
  4.    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x01, 0x40, 0x01, 0x30, 0x01,
  5.    0x40, 0x01, 0x80, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01,
  6.    0xc0, 0x03, 0xf0, 0x0f, 0x00, 0x00, 0x00, 0x00};
  7.